projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d8842c
)
Trivial formatting fix
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 12 Jun 2014 22:46:50 +0000
(18:46 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 13 Jun 2014 10:10:23 +0000
(06:10 -0400)
gtk/gtkfilechooserbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserbutton.c
b/gtk/gtkfilechooserbutton.c
index 3b8c720a12f68d91dc2ffd4c828a2c5582ac7b4a..9a011310b0df9593d2e7bc8f6bfab11bd8c3f804 100644
(file)
--- a/
gtk/gtkfilechooserbutton.c
+++ b/
gtk/gtkfilechooserbutton.c
@@
-800,10
+800,8
@@
gtk_file_chooser_button_constructor (GType type,
{
priv->dialog = gtk_file_chooser_dialog_new (NULL, NULL,
GTK_FILE_CHOOSER_ACTION_OPEN,
- _("_Cancel"),
- GTK_RESPONSE_CANCEL,
- _("_Open"),
- GTK_RESPONSE_ACCEPT,
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ _("_Open"), GTK_RESPONSE_ACCEPT,
NULL);
gtk_dialog_set_default_response (GTK_DIALOG (priv->dialog),